home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GRETTON / LPRFRONT / !LPR / Library / ChgMisc next >
Text File  |  1997-05-09  |  2KB  |  42 lines

  1. Changes to MiscLib
  2. —————————————————————
  3.  
  4. MiscLib written by Liam Gretton
  5.  
  6.  v1.12 - 09/05/97 - Added FNMisc_RMEnsure(), checks for the presence/version of a specified
  7.                     relocatable module.
  8.  
  9.  v1.11 - 11/04/97 - Added FNMisc_Stamp() which takes a pathname and returns its datestamp as
  10.                     a string.
  11.                     
  12.  v1.10 - 03/04/97 - Altered FNMisc_String0, which now simply calls OS_GenerateError.
  13.            - Added FNMisc_Binary1 and Binary2 for converting numbers to binary.
  14.            - Added FNMisc_StrLWr and FNMisc_StrUpr for converting strings' cases.
  15.  
  16.  v1.09 - 13/02/97 - Added PROCMisc_Replace which does substition of substrings.
  17.  
  18.  v1.08 - 15/11/96 - Added FNMisc_Path, which takes a pathname and returns everything but the
  19.                     leaf.
  20.  
  21.  v1.07 - 11/11/96 - Added PROCMisc_Init which DIMs a couple of global areas for workspace.
  22.  
  23.  v1.06 - 05/11/96 - Added FNMisc_FileSize, which returns a textual description of a file's
  24.              (numerical) size.
  25.  
  26.  v1.05 - 23/10/96 - Added return value for RISC OS 3.70 to FNMisc_CheckOS, so the library now
  27.                     works ok with the new OS.
  28.           - Altered PROCMisc_SetupHeap so that it uses the '_TaskName' token for
  29.             naming a dynamic area.
  30.  
  31.  v1.04 - 21/09/96 - Added FNMisc_Debug which writes a string to a debug file in the current
  32.              directory. So far it seems pretty much bullet-proof.
  33.  
  34.  v1.03 - 16/09/96 - Added FNMisc_CheckEnv, which returns the command tail of the main program
  35.                     when run. This will usually be a filename.
  36.  
  37.  v1.02 - 10/09/96 - Added FNMisc_FiletypeS and FNMisc_FiletypeN which convert filetypes
  38.                     between text and numerical values.
  39.  
  40.  v1.01 - 30/08/96 - Added FNMisc_Leaf which returns the leafname of pathnames. Assumes the
  41.                     directory separator is a period.
  42.